fix: 修复聚合RSS崩溃、空过滤器误杀种子、添加OneBot v11通知支持#1033
Open
AMYdd00 wants to merge 10 commits into
Open
Conversation
|
@AMYdd00 is attempting to deploy a commit to the estrellaxd's projects Team on Vercel. A member of the Team first needs to authorize it. |
- 后端 /status API 新增 platform 字段,返回 linux/windows - 前端下载器设置页显示当前平台标识 - 添加「路径转换」按钮,一键在 /downloads/ 和 D:\ 之间切换
- Add OneBotProvider for sending notifications via OneBot v11 HTTP API - Support both private and group messages - Support poster image attachment - Add message_type config field (private/group) - Register OneBotProvider in provider registry - Add frontend UI for OneBot configuration - Add API endpoint support for message_type field - Add unit tests for OneBotProvider
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
backend/src/module/database/bangumi.pybackend/src/module/network/request_contents.pybackend/src/module/notification/providers/onebot.pybackend/src/module/notification/__init__.pybackend/src/module/models/config.pybackend/src/module/api/notification.pybackend/src/module/api/program.pyplatform字段(OneBot 判断平台用)backend/src/test/test_notification.pywebui/types/config.tswebui/src/api/notification.tswebui/src/api/program.tsplatform类型定义webui/src/components/setting/config-notification.vue